home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 11 / PC Format CD-ROM Collection Number 11 (March 1995).iso / pcf.bat < prev    next >
Encoding:
DOS Batch File  |  1995-01-10  |  397 b   |  24 lines

  1. @ECHO OFF
  2. rem if %1==d goto nodrive
  3. aaplay pcf11.fli
  4. :restart
  5. %1:
  6. cd \
  7. if exist c:\menutemp.bat del c:\menutemp.bat
  8. pcfmenu %1
  9. if not exist c:\menutemp.bat goto end
  10. call c:\menutemp
  11. goto restart
  12.  
  13. :nodrive
  14. echo Please re-run typing PCF followed by the letter of your CD Drive
  15. echo i.e. PCF D
  16. pause
  17.  
  18.  
  19. :end
  20. cls
  21. echo Thankyou for using PCF Menu v1.3
  22. echo 1994 Mark Godwin
  23. echo.
  24.